!function(e,a){"object"==typeof exports&&"object"==typeof module?module.exports=a(require("lodash"),require("zepto"),require("image-client-api")):"function"==typeof define&&define.amd?define(["lodash","zepto","image-client-api"],a):"object"==typeof exports?exports.warmupUtils=a(require("lodash"),require("zepto"),require("image-client-api")):e.warmupUtils=a(e.lodash,e.zepto,e["image-client-api"])}(this,(function(e,a,t){return function(e){var a={};function t(i){if(a[i])return a[i].exports;var r=a[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,t),r.l=!0,r.exports}return t.m=e,t.c=a,t.d=function(e,a,i){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:i})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)t.d(i,r,function(a){return e[a]}.bind(null,r));return i},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=87)}([function(a,t){a.exports=e},function(e,a,t){"use strict";var i=t(0);e.exports={capitalize:function(e,a){return i.upperFirst(a?e.toLowerCase():e)},startsWith:function e(a,t,r){return!!a&&(r?e(a.toLowerCase(),t.toLowerCase(),!1):i.startsWith(a,t))},endsWith:function(e,a,t){return!!e&&(t?this.endsWith(e.toLowerCase(),a.toLowerCase(),!1):i.endsWith(e,a))},isNullOrEmpty:function(e){return!e||!e.trim()},isTrue:function(e){return"true"===e}}},function(e,t){e.exports=a},function(e,a,t){"use strict";function i(e){var a=window.getComputedStyle(e);return{top:parseFloat(a.getPropertyValue("border-top-width")),left:parseFloat(a.getPropertyValue("border-left-width"))}}var r=function(e,a){return Array.from(e.children).filter((function(e){return e.tagName.toLowerCase()===a}))};function n(e,a){for(var t=e.offsetTop,r=e.offsetLeft,n=e.offsetWidth,o=e.offsetHeight;e.offsetParent;){var s=i(e=e.offsetParent);if(t+=s.top,r+=s.left,a&&e===a)break;t+=e.offsetTop,r+=e.offsetLeft}return{top:t,left:r,width:n,height:o,bottom:t+o,right:r+n}}function o(e,a,t,i){return i=i||n(e,a),(t=t||r(e,"div")).forEach((function(e){var t=n(e,a);t.width>0&&t.height>0&&(t.lefti.right&&(i.right=t.right),t.topi.bottom&&(i.bottom=t.bottom));var s=r(e,"div");s.length&&function(e){return"visible"===window.getComputedStyle(e).getPropertyValue("overflow")}(e)&&o(e,a,s,i)})),i.width=i.right-i.left,i.height=i.bottom-i.top,i}e.exports={getElementRect:n,getBoundingRect:function(e,a,t){t=t||"undefined"!=typeof window&&window;var i=n(e,a);if(t){var r=t.scrollY||t.scrollTop||0,o=t.scrollX||t.scrollLeft||0;i.top-=r,i.bottom-=r,i.left-=o,i.right-=o}return i},getContentRect:o,getBoundingContentRect:function(e,a,t){t=t||"undefined"!=typeof window&&window;var i=o(e,a);if(t){var r=t.pageYOffset||t.scrollTop||0,n=t.pageXOffset||t.scrollLeft||0;i.top-=r,i.bottom-=r,i.left-=n,i.right-=n}return i}}},function(e,a,t){"use strict";var i=t(0),r=t(1),n={pct:"%",px:"px",vw:"vw",vh:"vh"},o=/^\d+,\d+,\d+,(\d+.?\d*)?/;function s(e,a){return t=e/100*a,Math.round(2*t)/2;var t}function l(e,a){return e+"_"+a}function c(e,a,t){return"."+a+" {"+(r.startsWith(e,"#")?t+": "+e+";":t+": rgba("+e+");")+"}"}function d(e,a){return i(e.className||"").split(" ").includes(a)}e.exports={convertUnitsDataToCssStringValue:function(e,a){var t=function(e,a){var t=i.clone(e);return i.isFinite(e.vw)&&(t[n.px]=(t[n.px]||0)+s(e.vw,a),delete t[n.vw]),i.isFinite(e.vh)&&(t[n.px]=(t[n.px]||0)+s(e.vh,a),delete t[n.vh]),t}(e,a),r=i(t).pick(i.keys(n)).map((function(e,a){return e+n[a]})).value();return r.length>1?function(e){return"calc("+e.join(" + ")+")"}(r):r[0]},concatenateStyleIdToClassName:l,concatenateStyleIdToClassList:function(e,a){return i(a).compact().map((function(a){return l(e,a)})).join(" ")},concatenateStyleIdToSkinPart:function(e,a){return e+a},normalizeColorStr:function(e){return o.test(e)?"rgba("+e+")":e},elementHasClass:d,addClassToElement:function(e,a){d(a)||(e.className=e.className?e.className+" "+a:a)},removeClassFromElement:function(e,a){e.className=i(e.className).split(" ").without(a).join(" ")},addStylesheetOfUrl:function(e){var a=window.document.createElement("link");a.type="text/css",a.rel="stylesheet",a.href=e,window.document.getElementsByTagName("head")[0].appendChild(a)},getColorsCssString:function(e){return i.map(e,(function(e,a){return c(e,"color_"+a,"color")+"\n"+c(e,"backcolor_"+a,"background-color")})).join("\n")+"\n"},parseFontStr:function(e){var a=e.split(" "),t=a[3]?a[3].split("/"):[];return{style:a[0],variant:a[1],weight:a[2],size:t[0],lineHeight:t[1],family:a[4].replace(/\+/g," "),color:a[5],bold:"bold"===a[2]||parseInt(a[2],10)>=700,italic:"italic"===a[0]}}}},function(e,a,t){"use strict";"undefined"==typeof window?e.exports={}:e.exports={document:{createDocumentFragment:window.document.createDocumentFragment.bind(window.document),createTextNode:window.document.createTextNode.bind(window.document),createElement:window.document.createElement.bind(window.document)},Node:{ELEMENT_NODE:window.Node.ELEMENT_NODE,ATTRIBUTE_NODE:window.Node.ATTRIBUTE_NODE,TEXT_NODE:window.Node.TEXT_NODE,CDATA_SECTION_NODE:window.Node.CDATA_SECTION_NODE,ENTITY_REFERENCE_NODE:window.Node.ENTITY_REFERENCE_NODE,ENTITY_NODE:window.Node.ENTITY_NODE,PROCESSING_INSTRUCTION_NODE:window.Node.PROCESSING_INSTRUCTION_NODE,COMMENT_NODE:window.Node.COMMENT_NODE,DOCUMENT_NODE:window.Node.DOCUMENT_NODE,DOCUMENT_TYPE_NODE:window.Node.DOCUMENT_TYPE_NODE,DOCUMENT_FRAGMENT_NODE:window.Node.DOCUMENT_FRAGMENT_NODE,NOTATION_NODE:window.Node.NOTATION_NODE,DOCUMENT_POSITION_DISCONNECTED:window.Node.DOCUMENT_POSITION_DISCONNECTED,DOCUMENT_POSITION_PRECEDING:window.Node.DOCUMENT_POSITION_PRECEDING,DOCUMENT_POSITION_FOLLOWING:window.Node.DOCUMENT_POSITION_FOLLOWING,DOCUMENT_POSITION_CONTAINS:window.Node.DOCUMENT_POSITION_CONTAINS,DOCUMENT_POSITION_CONTAINED_BY:window.Node.DOCUMENT_POSITION_CONTAINED_BY,DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC:window.Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC},DOMParser:window.DOMParser}},function(e,a,t){"use strict";var i=t(0),r=t(1),n=/\${(.*?)}/g;function o(e,a){var t=/^(ftps|ftp|http|https):.*$/.test(e),i=/^\/\//.test(e);return t?e:(a=a||"https:",i?a+e:a+"//"+e)}function s(e,a){return i.map(e,(function(e,t){return l(t,e,a)})).sort().join("&")}function l(e,a,t){return e=encodeURIComponent(e),a||0===a||!1===a?(e+="=",i.isArray(a)?i.map(a,(function(a){return e+encodeURIComponent(a)})).join("&"):(t&&"boolean"==typeof a?a=a?"1":"0":(r=a,n.test(r)||(a=encodeURIComponent(a))),e+a)):e;var r}var c=0;var d=null;var m=/((https?\:)\/\/)?([^\?\:\/#]+)(\:([0-9]+))?(\/[^\?\#]*)?(\?([^#]*))?(#.*)?/i;function p(e){if(!e)return{};var a=e.match(m),t=a[5]||"",i=a[8]?"?"+a[8]:"",r={full:e,protocol:a[2]||"http:",host:a[3]+(t?":"+t:""),hostname:a[3],port:t,path:a[6]||"/",search:i,hash:a[9]||""};return"#"!==r.hash&&"#!"!==r.hash||(r.hash=""),r.query=f(a[8]),r}function u(e){try{return decodeURIComponent(e)}catch(a){return e}}function f(e){for(var a,t=/([^&=]+)=([^&]*)/g,r={};null!==(a=t.exec(e));){var n=u(a[1]),o=u(a[2]);r[n]?i.isArray(r[n])?r[n].push(o):r[n]=[r[n],o]:r[n]=o}return r}function g(e,a){var t=a?null:e.search;t&&(t=t.replace(/^[?]/,""));var r,n=t||s(e.query||{});n&&(n=(i.includes(e.path,"?")?"&":"?")+n);return r=e.full,/(^data)|(^blob)/.test(r)?e.full:e.protocol+"//"+e.hostname+(e.port?":"+e.port:"")+e.path+(n||"")+e.hash}function h(e){return/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e)}function y(e){return e&&e.replace(/[?&#/]+$/,"").toLowerCase()}function v(e,a){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)","i").exec(i.isUndefined(a)?window.location.search:a);return null===t?"":u(t[1].replace(/\+/g," "))}e.exports={addProtocolIfMissing:o,toQueryString:s,toQueryParam:l,baseUrl:function(e){var a=p(e);return a.protocol+"//"+a.host},getPath:function(e){return p(e).path},cacheKiller:function(){return(new Date).getTime().toString()+c++},resetCacheKiller:function(){c=0},setPersistentCacheKiller:function(e){d=e},persistentCacheKiller:function(){return d=d||(new Date).getTime().toString()},resetPersistentCacheKiller:function(){d=null},removeUrlParam:function(e,a){var t=p(e);return delete t.search,t.query&&delete t.query[a],g(t)},removeUrlParams:function(e,a){var t=p(e);return delete t.search,t.query&&i.forEach(a,(function(e){delete t.query[e]})),g(t)},setUrlParam:function(e,a,t){var n=e.split("?"),o=[],s=!1;if(n.length>1){o=n[1].split("&");var l=i.findIndex(o,(function(e){return r.startsWith(e,a+"=")}));-1!==l&&(o[l]=a+"="+String(t),s=!0)}return s||o.push(a+"="+String(t)),n[1]=o.join("&"),e=n.join("?")},setUrlParams:function(e,a){var t=p(e);return i.assign(t.query,a),g(t,!0)},isExternalUrl:h,isRelativeUrl:function(e){return/^\/(.*)/.test(e)},isUrlEmptyOrNone:function(e){return!e||!e.trim()||"none"===e.toLowerCase()},updateUrl:function(e){window.history&&window.history.replaceState?window.history.replaceState({},"",e):console.error("window.history is not supported in this OLD browser!")},parseUrl:p,parseUrlParams:f,buildFullUrl:g,isQueryParamOn:function(e,a){return i.has(e.query,a)&&"false"!==e.query[a]},isTrue:function(e,a){return"true"===v(e,a)},isSame:function(e,a){return y(e)===y(a)},joinURL:function(){for(var e=arguments[0],a=1;a16&&(t=b(t,8*e.length));for(var i=[],r=[],n=0;n<16;n++)i[n]=909522486^t[n],r[n]=1549556828^t[n];var o=b(i.concat(c(a)),512+8*a.length);return d(b(r.concat(o),768))}function n(e){for(var a,t="0123456789abcdef",i="",r=0;r>>4&15)+t.charAt(15&a);return i}function o(e){for(var a="",t=e.length,i=0;i8*e.length?a+="":a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>>6*(3-n)&63);return a}function s(e,a){var t,i,r,n,o=a.length,s=[],l=[],c=Math.ceil(e.length/2);for(t=0;t0;){for(n=[],r=0,t=0;t0||i>0)&&(n[n.length]=i);s[s.length]=r,l=n}var d="";for(t=s.length-1;t>=0;t--)d+=a.charAt(s[t]);var m=Math.ceil(8*e.length/(Math.log(a.length)/Math.log(2)));for(t=d.length;t=55296&&a<=56319&&t>=56320&&t<=57343&&(a=65536+((1023&a)<<10)+(1023&t),r++),a<=127?i+=String.fromCharCode(a):a<=2047?i+=String.fromCharCode(192|a>>>6&31,128|63&a):a<=65535?i+=String.fromCharCode(224|a>>>12&15,128|a>>>6&63,128|63&a):a<=2097151&&(i+=String.fromCharCode(240|a>>>18&7,128|a>>>12&63,128|a>>>6&63,128|63&a));return i}function c(e){for(var a=[],t=e.length>>2,i=0;i>5]|=(255&e.charCodeAt(r/8))<<24-r%32;return a}function d(e){for(var a="",t=0;t<32*e.length;t+=8)a+=String.fromCharCode(e[t>>5]>>>24-t%32&255);return a}function m(e,a){return e>>>a|e<<32-a}function p(e,a){return e>>>a}function u(e,a,t){return e&a^~e&t}function f(e,a,t){return e&a^e&t^a&t}function g(e){return m(e,2)^m(e,13)^m(e,22)}function h(e){return m(e,6)^m(e,11)^m(e,25)}function y(e){return m(e,7)^m(e,18)^p(e,3)}var v=[1116352408,1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998];function b(e,a){var t,i,r,n,o,s,l,c,d,b,S,w,I,_=[1779033703,-1150833019,1013904242,-1521486534,1359893119,-1694144372,528734635,1541459225],x=[];for(e[a>>5]|=128<<24-a%32,e[15+(a+64>>9<<4)]=a,d=0;d>16)+(a>>16)+(t>>16)<<16|65535&t}e.exports={SHA256:{hex_sha256:function(e){return n(i(l(e)))},b64_sha256:function(e){return o(i(l(e)))},any_sha256:function(e,a){return s(i(l(e)),a)},hex_hmac_sha256:function(e,a){return n(r(l(e),l(a)))},b64_hmac_sha256:function(e,a){return o(r(l(e),l(a)))},any_hmac_sha256:function(e,a,t){return s(r(l(e),l(a)),t)}}}},function(e,a,t){"use strict";var i=t(0),r=["Webkit","Moz","ms"];function n(e,a){return"number"==typeof e&&(e+=a=a||"px"),e}e.exports={MAX_Z_INDEX:Math.pow(2,31)-1,prefix:function(e){return i.reduce(e,(function(e,a,t){return e[t]=a,t=i.upperFirst(t),r.reduce((function(e,i){return e[i+t]=a,e}),e)}),{})},getPrefixedTransform:function(){if(!this._prefixedTransform){var e={style:{transform:""}};"undefined"!=typeof document&&(e=window.document.createElement("fakeelement"));this._prefixedTransform=i.find(["transform","WebkitTransform","MSTransform"],(function(a){return void 0!==e.style[a]}))}return this._prefixedTransform},unitize:n,assignStyle:function(e,a){if(e)return i.assignWith(e.style,a,(function(e,a){return n(a)}))}}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,a,t){"use strict";var i=t(88),r=t(89),n=t(95),o=t(30),s=t(10),l=t(19),c=t(96),d=t(98),m=t(16),p=t(99),u=t(32),f=t(3),g=t(100),h=t(101),y=t(5),v=t(103),b=t(104),N=t(105),S=t(34),w=t(109),I=t(112),_=t(113),x=t(114),E=t(115),F=t(116),k=t(117),T=t(8),O=t(118),C=t(1),A=t(119),P=t(35),D=t(6),M=t(120),R=t(14),L=t(121).getImageClientLib,B=t(122),H=t(123);e.exports={arrayUtils:i,biLoggerSanitizer:r,blogAppPartNames:n,log:R,boundingLayout:o,browserDetection:s,constants:l,containerBackgroundUtils:c,contentAreaUtil:d,cookieUtils:m,dataUtils:p,dockUtils:u,domMeasurements:f,errorPages:g,fonts:h,fragment:y,flatStructureUtil:v,galleriesCommonLayout:b,guidUtils:N,hashUtils:S,imageUtils:w,layoutUtils:B,matrixCalculations:I,matrixScalingCalculations:_,mediaConsts:x,mediaZoomCalculations:E,mobileViewportFixer:F,objectUtils:k,siteConstants:T,storage:O,stringUtils:C,svgFeatureDetection:A,style:P,displayedOnlyStructureUtil:M,urlUtils:D,getImageClientLib:L,parseValueByPropertyType:H}},function(e,a,t){"use strict";var i=t(0);e.exports={toTrueObj:function(e){return i.transform(e,(function(e,a){e[a]=!0}),{})}}},function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t(90);a.sanitizeEmail=i.sanitizeEmail,a.sanitizePhone=i.sanitizePhone,a.sanitizePII=i.sanitizePII,a.hashString=i.hashString},function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t(91),r=t(93),n=t(94);a.sanitizeEmail=function(e){return r.validateEmail(e)?i.hashEmail(e):e},a.sanitizePhone=function(e){return r.validatePhone(e)?i.hashPhone(e):e},a.sanitizePII=function(e){return r.validateString(e)?n.replaceEmails(e,(function(e){return i.hashEmail(e)})):e},a.hashString=function(e){return r.validateString(e)?i.digest(e):e}},function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t(92);function r(e){return i(e+"@@@wix-D15BA8F5-3031-42CA-BD43-0B68F418B2F0@@@")}a.digest=r,a.hashEmail=function(e){var a=e.lastIndexOf("@"),t=e.substr(0,a),i=e.substr(a+1);return"wix.com"!==i&&(t=r(t)),t+"@"+i},a.hashPhone=function(e){for(var a=r(e),t=e.substr(0,e.length-5),i="",n=0;n>16)+(a>>16)+(t>>16)<<16|65535&t}function o(e,a,t,i,r,o){return n((s=n(n(a,e),n(i,o)))<<(l=r)|s>>>32-l,t);var s,l}function s(e,a,t,i,r,n,s){return o(a&t|~a&i,e,a,r,n,s)}function l(e,a,t,i,r,n,s){return o(a&i|t&~i,e,a,r,n,s)}function c(e,a,t,i,r,n,s){return o(a^t^i,e,a,r,n,s)}function d(e,a,t,i,r,n,s){return o(t^(a|~i),e,a,r,n,s)}function m(e,a){var t,i,r,o,m;e[a>>5]|=128<>>9<<4)]=a;var p=1732584193,u=-271733879,f=-1732584194,g=271733878;for(t=0;t>5]>>>a%32&255);return t}function u(e){var a,t=[];for(t[(e.length>>2)-1]=void 0,a=0;a>5]|=(255&e.charCodeAt(a/8))<>>4&15)+"0123456789abcdef".charAt(15&a);return i}function g(e){return unescape(encodeURIComponent(e))}function h(e){return function(e){return p(m(u(e),8*e.length))}(g(e))}function y(e,a){return function(e,a){var t,i,r=u(e),n=[],o=[];for(n[15]=o[15]=void 0,r.length>16&&(r=m(r,8*e.length)),t=0;t<16;t+=1)n[t]=909522486^r[t],o[t]=1549556828^r[t];return i=m(n.concat(u(a)),512+8*a.length),p(m(o.concat(i),640))}(g(e),g(a))}function v(e,a,t){return a?t?y(a,e):f(y(a,e)):t?h(e):f(h(e))}void 0===(i=function(){return v}.call(a,t,a,e))||(e.exports=i)}()},function(e,a,t){"use strict";function i(e){return"string"==typeof e&&e.length>0}Object.defineProperty(a,"__esModule",{value:!0}),a.validateString=i,a.validateEmail=function(e){if(!i(e))return!1;var a=e.indexOf("@");return a>0&&a2}},function(e,a,t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=n(["=","/","?","(",")","[","]",'"',"'","&","@"]),r=n(["!","#","$","%","&","'","*","+","/","=","?","^","_","`","{","}","(",")","[","]","|","@",";",",","\\",'"',"~"]);function n(e){return e.map((function(e){return"\\"+e})).join("")}a.replaceEmails=function(e,a){var t=new RegExp("[^\\s"+i+"]+@[^\\s"+r+"]+\\.[^\\s"+r+"]+","g");return e.replace(t,(function(e){return a(e)}))}},function(e,a,t){"use strict";e.exports={ARCHIVE:"56ab6fa4-95ac-4391-9337-6702b8a77011",AUTHOR:"c340212a-6e2e-45cd-9dc4-58d01a5b63a7",CATEGORIES:"categories",CUSTOM_FEED:"31c0cede-09db-4ec7-b760-d375d62101e6",FEATURED_POSTS:"c7f57b50-8940-4ff1-83c6-6756d6f0a1f4",FEED:"4de5abc5-6da2-4f97-acc3-94bb74285072",POSTS_GALLERY:"1b8c501f-ccc2-47e7-952a-47e264752614",POSTS_LIST:"f72fe377-8abc-40f2-8656-89cfe00f3a22",SINGLE_POST:"ea63bc0f-c09f-470c-ac9e-2a408b499f22",TAG_CLOUD:"e000b4bf-9ff1-4e66-a0d3-d4b365ba3af5",TICKER:"33a9f5e0-b083-4ccc-b55d-3ca5d241a6eb",RELATED_POSTS:"related-posts",HERO_IMAGE:"hero-image"}},function(e,a,t){"use strict";var i=t(0),r=t(97),n={position:"absolute",isFullScreen:!1,getHeight:function(e,a){return a}},o={position:"fixed",isFullScreen:!0,getHeight:function(e,a){return Math.max(e.height.screen,a)}},s={BackgroundParallax:["BackgroundParallax"],BackgroundReveal:["BackgroundReveal"],BackgroundParallaxZoom:["BackgroundParallax","BackgroundZoom"],BackgroundFadeIn:["BackgroundFadeIn"],BackgroundBlurIn:["BackgroundBlurIn"]},l={None:n,BackgroundFadeIn:n,BackgroundBlurIn:n,BackgroundReveal:o,BackgroundParallax:o,BackgroundParallaxZoom:o};e.exports={getPositionByEffect:function(e,a){return l[e]&&!1!==a?l[e].position:l.None.position},getHeightByEffect:function(e,a,t){return l[e]&&l[e].getHeight(a,t)||l.None.getHeight(a,t)},isFullScreenByEffect:function(e,a){return l[e]&&!1!==a?l[e].isFullScreen:l.None.isFullScreen},getImageUrlPreMeasureParams:r.getImageUrlPreMeasureParams,convertStyleToDimensions:r.convertStyleToDimensions,getBgEffectName:function(e,a,t){return!a||t?"":(e=i.isString(e)?JSON.parse(e):e||[],function(e){return i.findKey(s,(function(a){return i.isEqual(i.sortBy(a),e)}))}(i(e).filter({action:"bgScrub"}).map("name").sortBy().value()))}}},function(e,a,t){"use strict";var i,r=t(0),n=t(31),o=n.fittingTypes,s=n.alignTypes,l=n.upscaleMethods,c=((i={})[s.TOP_LEFT]="0% 0%",i[s.TOP_RIGHT]="100% 0%",i[s.TOP]="50% 0%",i[s.BOTTOM_LEFT]="0% 100%",i[s.BOTTOM_RIGHT]="100% 100%",i[s.BOTTOM]="50% 100%",i[s.RIGHT]="100% 50%",i[s.LEFT]="0% 50%",i[s.CENTER]="50% 50%",i);function d(e,a,t,i,r,n){var o=Math.max(r/e,n/a),s=e*o,l=a*o,c=Math.max(0,Math.min(s-r,s*(t/100)-r/2)),d=Math.max(0,Math.min(l-n,l*(i/100)-n/2));return(c&&Math.floor(c/(s-r)*100))+"% "+(d&&Math.floor(d/(l-n)*100))+"%"}e.exports={getImageUrlPreMeasureParams:function(e,a,t,i,n,s){var m=function(e,a,t,i,n){var o=Math.round(e.width),s=a.focalPoint&&(l=a.focalPoint,m="",Object.keys(c).some((function(e){return c[e]===l.x+"% "+l.y+"%"&&(m=e,!0)})),m);var l,m;return r.assign({styleWidth:o,styleHeight:Math.round(e.height),styleMaxWidth:n&&e.maxWidth?1366:e.maxWidth||o,componentFittingType:t,alignType:s||i,isFullyExceeds:a.width>o&&a.height>o},a.focalPoint&&!s?{focalPoint:a.focalPoint,convertFillFocalToPosition:r.partial(d,a.width,a.height,a.focalPoint.x,a.focalPoint.y)}:null)}(e,a,t,i,s),p=1,u=0,f=0,g="",h=3,y={};if(n){var v=function(e){switch(e.componentFittingType){case o.SCALE_TO_FILL:return{scale:.35,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType};case o.ORIGINAL_SIZE:return{scale:1,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType,imageCss:{objectPosition:c[e.alignType],objectFit:"none",top:"auto",left:"auto",right:"auto",bottom:"auto"}};case o.SCALE_TO_FIT:case o.LEGACY_FIT_WIDTH:case o.LEGACY_FIT_HEIGHT:case o.LEGACY_FULL:return{scale:.35,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType};case o.LEGACY_BG_NORMAL:case o.FIT_AND_TILE:case o.LEGACY_BG_FIT_AND_TILE:case o.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case o.LEGACY_BG_FIT_AND_TILE_VERTICAL:default:return{scale:1,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType}}}(m);u=v.targetWidth,f=v.targetHeight,g=v.fittingType,y=v.imageCss,p=v.scale}else{var b=function(e){var a=function(e){if(e>900)return{scale:.25,blur:2};if(e>500)return{scale:.3,blur:2};if(e>200)return{scale:.6,blur:2};return{scale:1,blur:3}}(e.styleWidth),t=a.scale,i=a.blur;switch(e.componentFittingType){case o.LEGACY_FIT_WIDTH:case o.LEGACY_FIT_HEIGHT:case o.LEGACY_FULL:case o.SCALE_TO_FIT:return{scale:t,blur:i,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:o.SCALE_TO_FIT,imageCss:{objectPosition:c[e.alignType]}};case o.SCALE_TO_FILL:return e.focalPoint?{scale:t,blur:i,targetHeight:e.styleHeight,fittingType:o.SCALE_TO_FIT,targetWidth:e.styleMaxWidth,imageCss:{objectPosition:e.convertFillFocalToPosition(e.styleWidth,e.styleHeight)}}:{scale:t,blur:i,targetHeight:e.styleHeight,fittingType:o.SCALE_TO_FIT,targetWidth:e.styleMaxWidth,imageCss:{objectPosition:c[e.alignType]}};case o.LEGACY_ORIGINAL_SIZE:case o.ORIGINAL_SIZE:return{scale:1,blur:5,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType,imageCss:{objectPosition:c[e.alignType],objectFit:"none",top:"auto",left:"auto",right:"auto",bottom:"auto"}};case o.TILE_HORIZONTAL:case o.TILE_VERTICAL:case o.TILE:return e.isFullyExceeds?{scale:1,blur:5,targetWidth:1920,targetHeight:e.styleHeight,fittingType:e.componentFittingType}:{scale:1,blur:5,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType};case o.LEGACY_BG_NORMAL:case o.FIT_AND_TILE:case o.LEGACY_BG_FIT_AND_TILE:case o.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case o.LEGACY_BG_FIT_AND_TILE_VERTICAL:default:return{scale:1,blur:i,targetWidth:e.styleWidth,targetHeight:e.styleHeight,fittingType:e.componentFittingType}}}(m);u=b.targetWidth,f=b.targetHeight,g=b.fittingType,y=b.imageCss,p=b.scale,h=b.blur}return h=s?0:h,{width:u*(p=s?1:p),height:f*p,fittingType:g,imageCss:y,devicePixelRatio:1,upscaleMethod:l.CLASSIC,filters:{blur:h}}},convertStyleToDimensions:function(e){var a=function(e){return r.isNumber(e)?e:!e||e.includes("%")?0:parseInt(e,10)||0};return{width:a(e.width)||a(e.minWidth),height:a(e.height)||a(e.minHeight),maxWidth:e.maxWidth}}}},function(e,a,t){"use strict";var i=t(0),r=function(e,a){return"calc((100% - "+e+"px) * "+a+")"},n={getContentAreaMarkingElement:function(e,a){var t,i=e.width,n=e.alignment;return["div",(t={style:{visibility:"hidden",position:"absolute",width:i,marginLeft:r(i,n)},key:"content-area-marker"},t["data-content-area-marker"]=a,t["data-aid"]="content-area-marker-"+a,t)]},getContentAreaMarkerChildOnNode:function(e){var a=e.id;return e.querySelector("[data-content-area-marker="+a+"]")},getContentAreaMarkerForElement:function(e){var a=(e||{}).parentElement;return a?a.dataset.meshInternal?n.getContentAreaMarkerForElement(a):i.find(a.querySelectorAll("[data-content-area-marker]"),{parentElement:a}):null},getContentAreaStyle:function(e,a){return{marginLeft:r(e,a)}}};e.exports=n},function(e,a,t){"use strict";var i=t(0);function r(e,a){return(a?e.mobileComponents:e.children)||e.components||[]}function n(e,a,t,n){for(var o=[[e]],s=0;s>>0}(e))),d.initialSeed+(e?++d[e].currentVal:++d.currentVal)}e.exports={random:function(){return d.shouldUseSeed?d.srand():Math.random()},getUniqueId:function(e,a,t){var i=(void 0===t?{}:t).bucket;return c(o,e,a,d.shouldUseSeed?m(i):Date.now())},getUniqueIdGenerator:function(e){var a=0;return{getUniqueId:function(t,i){return[t,i,[e,Number(a++).toString(36)].join("-")].join("")}}},_getUniqueId:c,getGUID:function(){return n.replace(/[xy]/g,(function(e){return function(e,a){var t=l(16,(void 0===a?{}:a).bucket);return("x"===e?t:3&t|8).toString(16)}(e,{bucket:"getGUID"})}))},generateNewPageId:function(e){var a,t,r={bucket:"newPageId"},n=(t=(void 0===(a=r)?{}:a).bucket,String.fromCharCode(97+l(26,t))+l(36,r).toString(36)+l(36,r).toString(36)+l(36,r).toString(36)+l(36,r).toString(36));return i.includes(e,n)?this.generateNewPageId(e):n},generateNewPopupId:function(e,a){var t,r=i(a).sortBy().last();if(r){t=r;do{t=n(t)}while(i.includes(e,t));return t}return this.generateNewPageId(e);function n(e,a){a=i.isUndefined(a)?e.length-1:a;var t=e.charCodeAt(a);return t>121?(e=n(e,a-1),t=47):t>56&&t<96&&(t=96),e.substr(0,a)+String.fromCharCode(t+1)+e.substr(a+1)}},nameUUIDFromString:function(e){var a=s.SHA256.hex_sha256(i.toString(e));return n.replace(/[xy]/g,(function(e,t){return"x"===e?a[t]:"89ab"[parseInt(a[30],16)%4]}))},setInitialSeed:function(e){!1!==e?(Object.keys(d).forEach((function(e){return delete d[e]})),d.initialSeed=e,d.currentVal=0,d.shouldUseSeed=!0,d.srand=new r(e)):d.shouldUseSeed=!1},getInitialSeed:function(){return d.initialSeed}}},function(e,a,t){(function(e){var i;!function(e,r,n){function o(e){var a,t=this,i=(a=4022871197,function(e){e=String(e);for(var t=0;t>>0,a=(i*=a)>>>0,a+=4294967296*(i-=a)}return 2.3283064365386963e-10*(a>>>0)});t.next=function(){var e=2091639*t.s0+2.3283064365386963e-10*t.c;return t.s0=t.s1,t.s1=t.s2,t.s2=e-(t.c=0|e)},t.c=1,t.s0=i(" "),t.s1=i(" "),t.s2=i(" "),t.s0-=i(e),t.s0<0&&(t.s0+=1),t.s1-=i(e),t.s1<0&&(t.s1+=1),t.s2-=i(e),t.s2<0&&(t.s2+=1),i=null}function s(e,a){return a.c=e.c,a.s0=e.s0,a.s1=e.s1,a.s2=e.s2,a}function l(e,a){var t=new o(e),i=a&&a.state,r=t.next;return r.int32=function(){return 4294967296*t.next()|0},r.double=function(){return r()+11102230246251565e-32*(2097152*r()|0)},r.quick=r,i&&("object"==typeof i&&s(i,t),r.state=function(){return s(t,{})}),r}r&&r.exports?r.exports=l:t(33)&&t(108)?void 0===(i=function(){return l}.call(a,t,a,r))||(r.exports=i):this.alea=l}(0,e,t(33))}).call(this,t(107)(e))},function(e,a){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,a){(function(a){e.exports=a}).call(this,{})},function(e,a,t){"use strict";var i=t(110);e.exports=i},function(e,a,t){"use strict";var i=t(0),r=t(111);function n(e,a){return{width:Math.ceil(e),exactWidth:e,height:Math.ceil(a),exactHeight:a}}e.exports={getContainerSize:function(e,a,t,r){var o,s,l=t.width/t.height,c=r===e.fittingTypes.LEGACY_FIT_WIDTH,d=r===e.fittingTypes.LEGACY_FIT_HEIGHT;return c?(s=a.width/l,o=n(a.width,s)):o=d?n(a.height*l,a.height):i.clone(a),o},getImageComputedProperties:function(e,a,t,r,n,o){if(!a.containerWidth||!a.containerHeight||!a.imageData.uri)return{uri:"",css:{}};var s=a.imageData,l=a.displayMode||e.fittingTypes.SCALE_TO_FILL,c=i.assign(i.pick(s,["upscaleMethod"]),i.pick(a,"filters"),a.quality||s.quality);n=function(e,a){var t=i.get(e,"query",{}),r=i(t).keys().find((function(e){return i.includes(["devicepixelratio"],e.toLowerCase())}));return Number(t[r])||a||1}(r,n);var d=i.assign(i.pick(s,["width","height","crop","name","focalPoint"]),{id:s.uri}),m={width:a.containerWidth,height:a.containerHeight,htmlTag:o||"img",pixelAspectRatio:n,alignment:a.alignType||e.alignTypes.CENTER},p=e.getData(l,d,m,c);return p.uri=t(p.uri),(s.itemProp||a.addItemProp)&&(p.itemProp=s.itemProp||"image"),i.has(a,"labelledById")&&(p["aria-labelledby"]=a.labelledById),i.has(a,"describedById")&&(p["aria-describedby"]=a.describedById),p},getImageMeanBrightness:r.getImageMeanBrightness}},function(e,a,t){"use strict";var i=t(0),r={BRIGHTNESS:"brightness"},n="init",o="pending",s="complete";function l(){var e=this;i.forEach(r,(function(a){e[a]={}}))}l.prototype={getReqResult:function(e,a){var t=this[e][a];return t&&t.status===s?t.result:null},setReqResult:function(e,a,t){this[e][a]=this[e][a]||{},this[e][a].result=t},getReqStatus:function(e,a){var t=this[e][a];return t&&t.status||null},setReqStatus:function(e,a,t){this[e][a]=this[e][a]||{},this[e][a].status=t},remove:function(e,a){delete this[e][a]},registerCallbacksForResult:function(e,a,t,i){this[e][a]=this[e][a]||{};var r=this[e][a];r.callbacks=r.callbacks||{onSuccess:[],onError:[]},r.callbacks.onSuccess.push(t),r.callbacks.onError.push(i)},clearResultCallbacks:function(e,a){delete this[e][a].callbacks},getResultSuccessCallbacks:function(e,a){var t=this[e][a];return t&&t.callbacks&&t.callbacks.onSuccess||[]},getResultErrorCallbacks:function(e,a){var t=this[e][a];return t&&t.callbacks&&t.callbacks.onError||[]}};var c=new l;function d(e){for(var a=0,t=e.length/4,i=0;i is not supported in this browser"),c.getReqStatus(r.BRIGHTNESS,e)){case s:t(c.getReqResult(r.BRIGHTNESS,e));break;case null:c.setReqStatus(r.BRIGHTNESS,e,n),c.registerCallbacksForResult(r.BRIGHTNESS,e,t,o),p(e,a,i.partial(f,e),i.partial(u,e));break;default:c.registerCallbacksForResult(r.BRIGHTNESS,e,t,o)}}}},function(e,a,t){"use strict";var i={getItemPosition:function(e,a,t,i,r){var n=i,o=r,s=e%o;return{left:s*(a+n),top:Math.floor((e-s)/o)*(t+n)}},getAvailableRowsNumber:function(e,a,t){var i=Math.ceil(t/a);return Math.min(e,i)},getItemHeight:function(e,a,t,i){var r=e,n=a-i;return Math.max(Math.floor((n-(t-1)*r)/t),0)},getItemWidth:function(e,a,t,i){var r=e,n=a,o=t-i;return Math.max(Math.floor((o-(n-1)*r)/n),0)},getImageStyle:function(e,a,t,i){var r=i>a,n=t>e;return{width:n?"100%":"auto",height:r?"100%":"auto","margin-top":r?0:(e-t*(a/i))/2,"margin-left":n?0:(a-i*(e/t))/2}}};e.exports=i},function(e,a,t){"use strict";var i={getSizeAfterScaling:function(e){var a=e.imageMode||"clipImage",t=e.itemHeight-e.bottomGap,i=e.widthDiff,r=e.heightDiff;return{clipImage:this.getClipImage,flexibleHeight:this.getFlexibleHeight,flexibleWidth:this.getFlexibleWidth,flexibleWidthFixed:this.getFlexibleWidth}[a].call(this,e.itemWidth,t,i,r,e.displayerData,a)},getClipImage:function(e,a,t,i){return{displayerSize:{width:e,height:a},imageWrapperSize:this.getWrapperSize(e-t,a-i)}},getFlexibleHeight:function(e,a,t,i,r){var n=e-t,o=Math.floor(n/this.getAspectRatio(r));return{displayerSize:{width:e,height:o},imageWrapperSize:this.getWrapperSize(n,o-i)}},getFlexibleWidth:function(e,a,t,i,r,n){var o="flexibleWidth"===n,s=0,l=0,c=a-i,d=c*this.getAspectRatio(r);if(!o&&d>e-t&&d>e-t){var m=(e-t)/d;d=e-t,c*=m}return o||(s=Math.floor((e-d-t)/2),l=Math.floor((a-c-i)/2)),{displayerSize:{width:o?d:e,height:a},imageWrapperSize:this.getWrapperSize(d,c,s,l)}},getAspectRatio:function(e){return e.width/e.height},getWrapperSize:function(e,a,t,i){return{imageWrapperHeight:a<0?0:a,imageWrapperWidth:e<0?0:e,imageWrapperMarginLeft:t||0,imageWrapperMarginRight:t||0,imageWrapperMarginTop:i||0,imageWrapperMarginBottom:i||0}}};e.exports=i},function(e,a,t){"use strict";e.exports={errorTypes:{VIDEO_GENERAL_ERROR:"generalError",NO_VIDEO_FOUND:"noVideoError",NO_HLS_VIDEO:"noHlsVideoError",WEBGL_ERROR:"webglError"},playbackTypes:{IDLE:"idle",LOADING:"loading",READY:"ready",STOPPED:"ready",PLAY_ENDED:"ended",PLAY_PREVIEW:"play_preview",PLAYING:"playing",PAUSED:"paused",PAUSED_BY_SERVICE:"paused_by_service",SEEK_PLAYING:"seek_playing",SEEK_PAUSED:"seek_paused",SEEKING:"seeking",SEEKING_ENDED:"seek_ended",WAITING:"waiting",STOPPING:"stopping",ERROR:"error"},eventTypes:{MOUNT:"mount",UPDATE:"update",LOAD:"load",PLAYSTATE:"playstate",VOLUME:"volume",RATE:"rate",TIME_UPDATE:"timeupdate",PROGRESS:"progress",ERROR:"error"},availabilityReadyStates:{IN_PROCESS:"in_process",PLAYING_PREVIEW:"playing_preview",IDLE:"idle",NO_VIDEO:"no_video"},ACTION_TYPES:{PLAY:"play",PAUSE:"pause",MUTE:"mute",UN_MUTE:"unMute",SET_RATE:"setRate"},playback:{SUPPORTED_MEDIA_ATTRIBUTES:["autoplay","mute","loop"]},supportedParentProps:["mediaBackgroundPadding"],clipPathPolygonSquare:"polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)",balataConsts:{BALATA:"balata",MEDIA:"media",MEDIA_PADDING:"mediaPadding",IMAGE:"image",CONTENT:"content",WEBGL:"webgl",CANVAS:"canvas",POSTER:"poster",BG_IMAGE:"bgimage",VIDEO:"video",OVERLAY:"overlay",UNDERLAY:"underlay",BG_COLOR:"bgcolor",ZOOM_SELECTORS:[".bgImage",".bgVideo"],PARALLAX_SELECTORS:[".bgImage",".bgVideo"],REVEAL_SELECTORS:[".bgImage",".bgVideo"],BLUR_SELECTORS:[".bgImage",".bgVideo"],FADE_SELECTORS:[".bgImage",".bgVideo",".bgColor",".bgOverlay"],MEDIA_PARAMS:{comp:"wysiwyg.viewer.components.background.bgMedia",skin:"skins.viewer.bgMedia.bgMediaSkin",style:"bgMedia",ref:"media"},MEDIA_PADDING_PARAMS:{ref:"mediaPadding"},OVERLAY_PARAMS:{comp:"wysiwyg.viewer.components.background.bgOverlay",skin:"skins.viewer.bgOverlay.bgOverlaySkin",style:"bgOverlay",ref:"overlay"},COLOR_BG_PARAMS:{comp:"wysiwyg.viewer.components.background.bgOverlay",skin:"skins.viewer.bgOverlay.bgOverlaySkin",style:"bgColor",ref:"bgcolor"},IMAGE_BG_PARAMS:{comp:"wysiwyg.viewer.components.background.bgImage",skin:"skins.viewer.bgImage.bgImageSkin",style:"bgImage","data-type":"bgimage"},IMAGE_PARAMS:{comp:"core.components.Image",skin:"skins.core.ImageNewSkinZoomable",style:"bgImage","data-type":"image"},VIDEO_PARAMS:{comp:"wysiwyg.viewer.components.background.html5Video",skin:"skins.viewer.bgVideo.html5VideoSkin",style:"bgVideo"},WEBGL_PARAMS:{comp:"wysiwyg.viewer.components.background.webglMedia",skin:"skins.viewer.bgVideo.webglMediaSkin",style:"webgl"},IFRAME_VIDEO_PARAMS:{comp:"wysiwyg.viewer.components.background.iframeVideo",skin:"skins.viewer.bgVideo.iframeVideoSkin",style:"iframeVideo"},overlay:"overlayTransforms",media:"mediaTransforms"},defaultMediaStyle:{position:"absolute",left:0,right:0,top:0,bottom:0},popupMediaStyle:{position:"fixed",pointerEvents:"auto",left:0,right:0,top:0,bottom:0}}},function(e,a,t){"use strict";var i={marginTop:0,paddingTop:0,dialogBoxHeight:600,imageContainerWidth:500,imageContainerHeight:500},r={vertical:10,horizontal:20},n={vertical:15,horizontal:15},o={marginTop:0,paddingTop:0,dialogBoxHeight:400,imageContainerWidth:320,imageContainerHeight:400};function s(e,a,t,i){var r=a/e.width,n=t/e.height,o=Math.min(r,n);return{width:Math.max(Math.round(e.width*o),i),height:Math.round(e.height*o)}}function l(e,a,t,i,r,n,o,l){i=i||0,l=l||{};var c=s(e,a,t,r),d=c.width+(l.horizontal||0),m=c.height+i+(l.vertical||0),p=Math.ceil(Math.max((o-d)/2,0)),u=Math.ceil(Math.max((n-m)/2,0));return{marginLeft:p,marginTop:u,paddingTop:u,dialogBoxHeight:m,dialogBoxWidth:d,imageContainerWidth:c.width,imageContainerHeight:c.height}}var c={getDesktopViewDimensions:function(e,a,t,n,o,s){var c,d,m,p;s=s||r,o=o||20;var u=i;return t&&e.width&&e.height&&(m=t.width,p=t.height,c=m-n.width-s.horizontal,d=p-n.height/2-o-s.vertical,a.isMobileDevice||a.isTabletDevice||(c=Math.min(e.width,c),d=Math.min(e.height,d)),u=l(e,c,d,o,600,p,m,s)),u},getNonOptimizedViewDimensions:function(e,a,t,r,o,l){if(!t)return i;l=l&&(l.vertical||l.horizontal)?l:n,o=o||0;var c=t.width,d=t.height,m=s(e,Math.min(e.width,c-2*l.horizontal),Math.min(e.height,d-2*l.vertical),600),p=c-2*l.horizontal,u=m.height+o,f=l.horizontal,g=Math.ceil(Math.max((d-u)/2,l.vertical));return{marginLeft:f,marginTop:g,paddingTop:g,dialogBoxHeight:u,dialogBoxWidth:p,imageContainerWidth:m.width,imageContainerHeight:m.height}},getMobileViewDimensions:function(e,a,t){var i,r,n,s=o;return t&&(i=t.width.screen,r=t.innerHeight.screen,n=a.getSiteWidth?a.getSiteWidth():a,s=l(e,Math.min(e.width,Math.max(i,n)),Math.min(e.height,r),0,0,r,i)),s}};e.exports=c},function(e,a,t){"use strict";e.exports={fixViewportTag:function(e,a){var t="undefined"!=typeof document&&window.document.getElementById("wixMobileViewport");if(t){var i=e.browserFlags(),r=a&&a.isResponsive,n=r?"device-width":e.getSiteWidth(),o=r&&i.forceOverflowScroll?"no":"yes",s=function(){return t.setAttribute("content","width="+n+", user-scalable="+o)};if(!r&&i.doubleResetMobileViewport)return t.setAttribute("content","width="+n+", user-scalable=yes, initial-scale=0"),window.requestAnimationFrame((function(){return t.setAttribute("content","width="+n+", user-scalable=yes, initial-scale="+window.screen.width/n),window.requestAnimationFrame(s)}));s()}}}},function(e,a,t){"use strict";var i=t(0);function r(e,a){for(var t=e,r=0;r5e6)throw new Error("cloneDeep too big");for(var m=c.pop(),p=Object.keys(s),u=0;u